}
public String toString() {
return "Entry{" + StringUtils.join(regex) + ' ' + type + ' ' + overwritableTypes + ' ' + priority + '}';
}
}
}
public String toString() {
return "Entry{" + ((tokensRegex != null)? tokensRegex:StringUtils.join(regex)) + ' ' + type + ' ' + overwritableTypes + ' ' + priority + '}';
}
}